Add Babl-$(BABL_API_VERSION).gir dependencies
authorMartin Nordholts <martinn@src.gnome.org>
Mon, 27 Dec 2010 20:30:58 +0000 (21:30 +0100)
committerMartin Nordholts <martinn@src.gnome.org>
Mon, 27 Dec 2010 20:30:58 +0000 (21:30 +0100)
Add Babl-$(BABL_API_VERSION).gir dependencies for proper
auto-recompilation.

babl/Makefile.am

index d5967eb7acc210c5b5a24ef48692bdfcfb05c5b2..979afb5b79c104afccc1de93eb08a85aa097bf49 100644 (file)
@@ -89,7 +89,7 @@ INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
 
 if HAVE_INTROSPECTION
-Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER)
+Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sources) $(srcdir)/Makefile.am
        $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=$(BABL_API_VERSION) \
             --add-include-path=$(srcdir) --add-include-path=. \
             --library=babl-$(BABL_API_VERSION) \